This web method returns contract details running under a specfic provider branch.
Method | /ProCloudWS.asmx/ContractGetByProviderBranch |
The request body is of type ContractGetByProviderBranch.
Name | Description | Data Type |
---|---|---|
objProviderGUId | This is a unique provider id, which can be obtained from CSS GUId | guid |
strPassword | This is your unique service password which can be obtained from CSS String (min 1 max 50) | xml:string |
intProviderBranchId | xml:int |
|
The response body is of type ContractGetByProviderBranchResponse.
Name | Description | Data Type |
---|---|---|
ContractGetByProviderBranchResult | objContractGetByProviderBranchReturn |
|
<?xml version="1.0" encoding="utf-8"?> <objContractGetByProviderBranchReturn xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://pro-cloud.org/"> <intErrorId>0</intErrorId> <strErrorMsg /> <xmlDataSet> <NewDataSet xmlns=""> <ContractGetByProviderBranch> <ContractId>68</ContractId> <ContractGUId>4a7c392d-fa91-4957-aff8-216d84803dd1</ContractGUId> <ContractName>Example Company</ContractName> <ContractCode>Example Company</ContractCode> <ContractContactEmail>admin@examplecompany.co.uk</ContractContactEmail> <BranchName>Example Company Centre</BranchName> </ContractGetByProviderBranch> </NewDataSet> </xmlDataSet> </objContractGetByProviderBranchReturn>